home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1658 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ts3-000.jaxnet.com!user
  2. From: garyg@jax.jaxnet.com (Gary M. Greenberg)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: help encryption program
  5. Date: Mon, 15 Jan 1996 20:25:14 -0500
  6. Organization: Southeast Network Services, Inc.
  7. Message-ID: <garyg-1501962025140001@ts3-000.jaxnet.com>
  8. References: <4dbb0o$dbm@jaring.my>
  9. NNTP-Posting-Host: ts3-000.jaxnet.com
  10.  
  11. In article <4dbb0o$dbm@jaring.my>, meimei@pl.jaring.my wrote:
  12.  
  13. > Requirement :
  14. > ==========
  15. > A encryption scheme is to interchange letters of the alphabet on a\
  16.   ^^^ [an]
  17. > one-to-one basis. This can be accomplished with a transalation table
  18. > for the 52 lowercase and uppercase letters.
  19. > Write a C program that implements such a scheme to encode text. The
  20. > program must also have the option to decode text thst has been
  21.                                                     ^^^ [that]
  22. > encoded. The user must select whether he wants to encode or decode the
  23. > text and then type in the appropriate text.
  24. > Can anyone solve the above problem ?
  25.  
  26. Does the program earn bonus points for determining when there were
  27. errors in the spelling within the original text?
  28.     ;-) <<-- for the humor impaired.
  29.  
  30. C'ya,
  31.  
  32. gary /* the Sorcerer's Apprentice */
  33.  
  34. "Why do we have to hide from the police, Daddy?"
  35. "Because we use vi, honey. They use emacs."
  36. "Unless we're on a Mac. Then we use BBEdit 'cause 'It doesn't suck.'"
  37.